Git Bent

Git version control with guided prompts and intuitive commands

Status: Continued Development

This project is undergoing continual development. Most features are stable & when I introduce major changes, I will bump the branch's version number up.

Getting Started

1. Install

We download the repo & add it to our PATH through terminal:

  1. git clone https://gitlab.com/taeluf/bash/git-bent.git ~/.gitbent/repo
  2. echo 'export PATH="~/.gitbent/repo/:$PATH"' >> ~/.bashrc
  3. source ~/.bashrc <- You may need to add this line in ~/.bash_profile
  4. bent should be working now

Screenshots

[bent]
Help menu run by calling bent in the terminal
[bent help]
Help menu run by calling bent help in the terminal

Connect

Contribute

This project is actively developed. Please open issues & pull requests as you see fit.

If you're brand new to bash or to open source contributing:

  • open an issue, tell me what you want to do and what you need help with, and I'll guide you.

Alternatives / Competition

We make no guarantees regarding software listed here.

Why use Git Bent over competition?

  • You like CLI
  • You're a "TLDR" person (I know I am)

Why NOT use Git Bent?

  • You have very specific git needs
  • You don't like that our save function does add -A every time
  • You love GUIs and hate CLI and hate being happy